PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setPrintable Method
If true, print the annotation when the page is printed. If false, never print the annotation, regardless of whether it is displayed on the screen.
In This Topic
    setPrintable Method
    In This Topic
    Sets a value indicating whether the annotation should be printed.
    Syntax
    public void setPrintable( 
       boolean value
    )

    Parameters

    value
    If true, print the annotation when the page is printed. If false, never print the annotation, regardless of whether it is displayed on the screen.
    See Also